Skip to content

zlib: Rebuild with optimization #3017

Merged
merged 1 commit into from
Nov 1, 2023
Merged

zlib: Rebuild with optimization #3017

merged 1 commit into from
Nov 1, 2023

Conversation

donald
Copy link
Collaborator

@donald donald commented Nov 1, 2023

zlib has switched to cmake. Currently, bee doesn't set a CMAKE_BUILD_TYPE by default, so the cmake packages are compiled with CMAKE_BUILD_TYPE=Debug which means, witout optimization. For zlib this is catastrophic, as some operations run 50% slower.

Rebuild zlib with CMAKE_BUILD_TYPE=Release.

mariux64/mariux64-issues#95

Copy link
Collaborator

@pmenzel pmenzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

witout → without

zlib.be0 Show resolved Hide resolved
zlib has switched to cmake. Currently, bee doesn't set a
CMAKE_BUILD_TYPE by default, so the cmake packages are compiled with
CMAKE_BUILD_TYPE=Debug which means, without optimization. For zlib this
is catastrophic, as some operations run 50% slower.

Rebuild zlib with CMAKE_BUILD_TYPE=Release.
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants